reflect.rtype.FieldByNameFunc (method, view implemented interface methods)

2 uses

	reflect (current package)
		type.go#L992: func (t *rtype) FieldByNameFunc(match func(string) bool) (StructField, bool) {
		value.go#L1309: 	if f, ok := v.typ.FieldByNameFunc(match); ok {